home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 January: Mac OS SDK / Dev.CD Jan 98 SDK1.toast / Development Kits (Disc 1) / QuickDraw 3D / Samples / SampleCode / Tumbler and Podium / Tumbler_cursor.h < prev    next >
Encoding:
Text File  |  1997-08-14  |  421 b   |  20 lines  |  [TEXT/MPS ]

  1. // Tumbler_cursor.h
  2. //
  3. // cursor related function prototypes for the the Tumbler application
  4. //
  5. // Modification History
  6. //
  7. //    11/26/94        nick        initial cut - symantec proto_helper app, add defines
  8. //                                and strip stuff from the globals.h file
  9.  
  10.  
  11. #ifndef _Tumbler_CURSOR_H_
  12. #define _Tumbler_CURSOR_H_
  13.  
  14.  
  15. /* Tumbler_cursor.c */
  16. void AdjustCursor(Point theLoc, RgnHandle theRgn);
  17. void GetGlobalMouse(Point *theLoc);
  18.  
  19.  
  20. #endif